testing.common.checkRaces (method)

8 uses

	testing (current package)
		benchmark.go#L203: 		b.checkRaces()
		fuzz.go#L653: 		f.checkRaces()
		testing.go#L981: 		c.checkRaces()
		testing.go#L1680: 		c.lastRaceErrors.Store(c.parent.checkRaces())
		testing.go#L1694: func (c *common) checkRaces() (raceErrors int64) {
		testing.go#L1795: 	t.checkRaces()
		testing.go#L1884: 		t.checkRaces()
		testing.go#L2005: 			t.checkRaces()